projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b967bd1
)
* vc-arch.el (vc-arch-diff): Let-bind `process-file-side-effects' with nil.
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 25 Aug 2009 08:49:24 +0000
(08:49 +0000)
committer
Michael Albinus
<michael.albinus@gmx.de>
Tue, 25 Aug 2009 08:49:24 +0000
(08:49 +0000)
lisp/vc-arch.el
patch
|
blob
|
history
diff --git
a/lisp/vc-arch.el
b/lisp/vc-arch.el
index f9ead1847316762288c810a558b65314614e9d8b..68146bcf1f78adda4db7dee0183531a9c2341dee 100644
(file)
--- a/
lisp/vc-arch.el
+++ b/
lisp/vc-arch.el
@@
-456,7
+456,8
@@
CALLBACK expects (ENTRIES &optional MORE-TO-COME); see
(setq newvers nil))
(if newvers
(error "Diffing specific revisions not implemented")
- (let* ((async (not vc-disable-async-diff))
+ (let* (process-file-side-effects
+ (async (not vc-disable-async-diff))
;; Run the command from the root dir.
(default-directory (vc-arch-root file))
(status